Drop no-longer existing im modules
authorMatthias Clasen <mclasen@redhat.com>
Mon, 19 Feb 2018 23:32:50 +0000 (18:32 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 19 Feb 2018 23:38:20 +0000 (18:38 -0500)
This was just dead code. The actual modules have already
been removed.

gtk/gtkimmodule.c

index a1099e2dfae46c047981c38fe1d2e15af9e5d03c..5d517f7a7ff3c4cca57605532749115b9fb931b5 100644 (file)
@@ -421,39 +421,9 @@ gtk_im_module_initialize (void)
     module = NULL;                                                     \
   }
 
-#ifdef INCLUDE_IM_am_et
-  do_builtin (am_et);
-#endif
-#ifdef INCLUDE_IM_cedilla
-  do_builtin (cedilla);
-#endif
-#ifdef INCLUDE_IM_cyrillic_translit
-  do_builtin (cyrillic_translit);
-#endif
 #ifdef INCLUDE_IM_ime
   do_builtin (ime);
 #endif
-#ifdef INCLUDE_IM_inuktitut
-  do_builtin (inuktitut);
-#endif
-#ifdef INCLUDE_IM_ipa
-  do_builtin (ipa);
-#endif
-#ifdef INCLUDE_IM_multipress
-  do_builtin (multipress);
-#endif
-#ifdef INCLUDE_IM_thai
-  do_builtin (thai);
-#endif
-#ifdef INCLUDE_IM_ti_er
-  do_builtin (ti_er);
-#endif
-#ifdef INCLUDE_IM_ti_et
-  do_builtin (ti_et);
-#endif
-#ifdef INCLUDE_IM_viqr
-  do_builtin (viqr);
-#endif
 #ifdef INCLUDE_IM_xim
   do_builtin (xim);
 #endif